Refresh patches
authorStuart Prescott <stuart@debian.org>
Sun, 6 Oct 2024 04:13:13 +0000 (15:13 +1100)
committerStuart Prescott <stuart@debian.org>
Sun, 6 Oct 2024 04:13:13 +0000 (15:13 +1100)
debian/patches/0005-Fix-numpy-header-detection.patch

index a9018623b64b957384e3d4ea8ac12be2d02f44e8..fdfbecab2383f0eff572df84d4de6fc24ceb2fa6 100644 (file)
@@ -9,10 +9,10 @@ and fails to find the headers; numpy has an explicit function for this
  1 file changed, 2 insertions(+), 6 deletions(-)
 
 diff --git a/build_scripts/utils.py b/build_scripts/utils.py
-index 1ee3e39..e870fb2 100644
+index 74d9e6f..8121c8d 100644
 --- a/build_scripts/utils.py
 +++ b/build_scripts/utils.py
-@@ -68,12 +68,8 @@ def update_env_path(newpaths):
+@@ -67,12 +67,8 @@ def update_env_path(newpaths):
  
  
  def get_numpy_location():